home *** CD-ROM | disk | FTP | other *** search
/ The Best of MacTutor - S…e Code for Volumes 1 to 5 / The Best of MacTutor - Source Code for Volume 1-5 (Wayzata Technology)(6031)(1990).bin / Source Code / #23 (Aug 87) / Dont panic source / DON'T PANIC.h < prev    next >
Text File  |  1990-01-01  |  1KB  |  39 lines

  1. /* this is the header file for all the good id on the dialog window */
  2.  
  3. #include "Appletalk.h"
  4.  
  5. #define        ERRDLOG_ID  129        /* the error dialog */
  6. #define        DIALOG_ID    128
  7.  
  8.  
  9. #define        LOOKB        1
  10. #define        DISPLAYB    2
  11. #define        SENDB        3
  12. #define        RECM        10        /* static field for received message */
  13. #define        MYNODE        11        /* the name according to chooser    */
  14. #define        CNODEIS        12        /* THE NAME OF THE CURRENT SELECTED NODE */
  15. #define        CNODENUM    13        /* current device selected */
  16. #define        NUMBER        14        /* NUMBER OF NODES&SOCKETS on zone now    */
  17. #define        SENDM        15        /* THE EDIT FIELD OF SEND THIS MESSAGE */
  18. #define        MYNUM        17        /* THE NODE NUMBER I AM */
  19.  
  20. #define        ERRMESS        1        /* FOR USE IN THE ERROR DIALOG */
  21.  
  22. #define        NIL            0L        /* a nil pointer */
  23. #define        PortBUse    0x291
  24. #define        SPConfig    0x1FB
  25. #define        MYSOCKET    0        /* 0 is on the fly allocatios */
  26. #define        ASYNC        1
  27. #define        SYNC        0
  28.  
  29. #define        useFree        0
  30. #define        useATalk     1
  31. #define        useAsync    2
  32.  
  33.  
  34. typedef    struct    CurEntity
  35.                 {
  36.                     AddrBlock    CurAddrs;
  37.                     EntityName    CurName;
  38.                 } CurEntity;
  39.